home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
music_utilities
/
pt141.dms
/
pt141.adf
/
ArexxExamples.lha
/
EP_PrevSong.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
211b
|
18 lines
/* EaglePlayer - vorherigen SubSong des Modules abspielen */
/* Arguments */
address 'rexx_EP'
options results
status sub
if result == "no" then do
say "No subsongs available !"
end
else do
prevsong
end